ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1CollectionViewBase<T> Class / MoveCurrentToPosition Method
The position of the current item.

In This Topic
    MoveCurrentToPosition Method (C1CollectionViewBase<T>)
    In This Topic
    Sets the item at the specified index in the view as the current item.
    Syntax
    'Declaration
     
    Public Function MoveCurrentToPosition( _
       ByVal position As System.Integer _
    ) As System.Boolean
    public System.bool MoveCurrentToPosition( 
       System.int position
    )

    Parameters

    position
    The position of the current item.
    See Also